Automattic / knox

S3 Lib
MIT License
1.74k stars 285 forks source link

Expiration? #265

Closed GeoffreyPlitt closed 9 years ago

GeoffreyPlitt commented 9 years ago

Is it possible to specify TTL (expiration) when putting an object?

domenic commented 9 years ago

That's really a question to look up in the Amazon S3 docs; Knox would give you that capability if S3 does.

GeoffreyPlitt commented 9 years ago

Looks like it's done on the bucket itself: http://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html

Knox doesn't seem to do bucket creation or config, huh?

domenic commented 9 years ago

Sadly no. I always do those through the GUI myself...