Konstantin Kovalev
Results
1
issues of
Konstantin Kovalev
There is hard dependency in next function from field `CreationDate` ``` def subcmd_all_buckets_list(s3): response = s3.list_all_buckets() for bucket in sorted(response["list"], key=lambda b:b["Name"]): output(u"%s s3://%s" % (formatDateTime(bucket["CreationDate"]),