-
Notifications
You must be signed in to change notification settings - Fork 38
06. Object Storage: Swift
AJ NOURI edited this page Apr 24, 2017
·
3 revisions
2. Create three text files "text1.txt, text2.txt and text3.txt" and upload them to a container "container-test1"
10. It was decided to make container-test1 available until the next month, after that it should be deleted.
- example of current date in epoch format:
date +%s
- In the same epoch format, choose a month from now:
date -d "Sat Oct 22 06:14:01 UTC 2016" +%s
1459405259