docs: print out the generated UUID for sending to support#12176
docs: print out the generated UUID for sending to support#12176tarzanek wants to merge 1 commit intoscylladb:masterfrom
Conversation
| echo $report_uuid | ||
| tar c report | xz > report.tar.xz | ||
| curl --request PUT --upload-file report.tar.xz "scylladb-users-upload.s3.amazonaws.com/$report_uuid/report.tar.xz" | ||
| echo $report_uuid |
There was a problem hiding this comment.
The command you added is repeated on this line. I'm not sure if is useful here or should be removed. Please let me know.
There was a problem hiding this comment.
@annastuchlik people copy paste(I didn't want to write they are lazy :-D ), so it's just making it easy to spot in the terminal the uuid they will use for upload
so I'd keep it there
There was a problem hiding this comment.
ok, I see your point now
There was a problem hiding this comment.
there is actually one more bug
s3.amazonaws is not used anymore
There was a problem hiding this comment.
or is it?
@avikivity do we use s3 aws bucket for uploading stuff still?
or only GCP?
"scylladb-users-upload.s3.amazonaws.com/$report_uuid/report.tar.xz"
?
|
@scylladb/scylla-maint Please merge. |
No description provided.