Python Swift Client

Show the X-Delete-At date for a file

On a Unix/Linux system:

$ swift stat $CONTAINER | grep X-Delete-At | cut -d ':' -f 2 | xargs date -r

See Also

python-swiftclient documentation


-- Frank Dean - 21 Jul 2025

Related Topics: LinuxHintsAndTips