[#505] authmate: Add flag for headers in generate-presigned-url cmd #526
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#526
Loading…
Reference in a new issue
No description provided.
Delete branch "mbiryukova/frostfs-s3-gw:feature/configure_content_type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #505
@ -36,6 +36,7 @@ const (
regionFlag = "region"
awsAccessKeyIDFlag = "aws-access-key-id"
awsSecretAccessKeyFlag = "aws-secret-access-key"
contentTypeFlag = "content-type"
It's better to use more general flag like
header
to be able to pass any headers we want9ea3b00413
tof94e1a3e12
[#505] authmate: Add flag for Content-Type header in generate-presigned-url cmdto [#505] authmate: Add flag for headers in generate-presigned-url cmdLGTM