forked from TrueCloudLab/policy-engine
10 lines
165 B
Go
10 lines
165 B
Go
|
package s3
|
||
|
|
||
|
const (
|
||
|
PropertyKeyOwner = "Owner"
|
||
|
|
||
|
PropertyKeyDelimiter = "s3:delimiter"
|
||
|
PropertyKeyPrefix = "s3:prefix"
|
||
|
PropertyKeyVersionID = "s3:VersionId"
|
||
|
)
|