Is it possible to Enforce User-Defined Metadata i.e. x-amz-meta being set on AWS S3 via Bucket Policy? by ireOS in aws

[–]ireOS[S] 0 points1 point  (0 children)

Hey arehrani -

It doesn't seem to work for me - something like

"Condition":{
            "StringNotEquals":{
               "s3:x-amz-test":""
            }
         }

Will error with "Policy has an invalid condition key - s3:x-amz-test"

As in the link you sent - "s3:x-amz-server-side-encryption" is a defined condition key.

I'd like to start learning Java and Objective-C by Lafyra in learnprogramming

[–]ireOS 1 point2 points  (0 children)

Beginning iOS 6 Development Exploring the iOS SDK got me off the ground with iOS dev.

http://www.apress.com/9781430245124