generated from TrueCloudLab/basic
Denis Kirillov
5fa9d91903
All checks were successful
DCO action / DCO (pull_request) Successful in 3m18s
Tests and linters / Tests (1.21) (pull_request) Successful in 3m35s
Tests and linters / Tests (1.20) (pull_request) Successful in 3m46s
Tests and linters / Tests with -race (pull_request) Successful in 3m45s
Tests and linters / Staticcheck (pull_request) Successful in 3m49s
Tests and linters / Lint (pull_request) Successful in 5m15s
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
9 lines
165 B
Go
9 lines
165 B
Go
package s3
|
|
|
|
const (
|
|
PropertyKeyOwner = "Owner"
|
|
|
|
PropertyKeyDelimiter = "s3:delimiter"
|
|
PropertyKeyPrefix = "s3:prefix"
|
|
PropertyKeyVersionID = "s3:VersionId"
|
|
)
|