Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--cfinvalinfo is broken #888

Closed
fviard opened this issue Jun 28, 2017 · 0 comments
Closed

--cfinvalinfo is broken #888

fviard opened this issue Jun 28, 2017 · 0 comments
Assignees

Comments

@fviard
Copy link
Contributor

fviard commented Jun 28, 2017

-> sync with cf invalidate: s3flo sync S3 s3://my_bucket/ --cf-invalidate --cf-invalidate-default-index
Returns:
Created invalidation request for 70 paths
Check progress with: s3cmd cfinvalinfo cf://E2FHSKN0KV37GF/IBU86LIMINMNG

-> Trying: s3cmd cfinvalinfo cf://E2FHSKN0KV37GF/IBU86LIMINMNG
Raise an error:

s3cmd cfinvalinfo cf://E2FHSKN0KV37GF/IBU86LIMINMNG

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please try reproducing the error using
the latest s3cmd code from the git master
branch found at:
https://github.com/s3tools/s3cmd
and have a look at the known issues list:
https://github.com/s3tools/s3cmd/wiki/Common-known-issues-and-their-solutions
If the error persists, please report the
following lines (removing any private
info as necessary) to:
[email protected]

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Invoked as: ./s3cmd cfinvalinfo cf://E2FHSKN0KV37GF/IBU86LIMINMNG
Problem: TypeError: 'S3UriCloudFront' object is not iterable
S3cmd: 2.0.0+
python: 2.7.6 (default, Oct 26 2016, 20:30:19)
[GCC 4.8.4]
environment LANG=fr_FR.UTF-8

Traceback (most recent call last):
File "./s3cmd", line 2996, in
rc = main()
File "./s3cmd", line 2915, in main
rc = cmd_func(args)
File "/home/flo/dev/s3cmd/S3/CloudFront.py", line 770, in invalinfo
cfuris = Cmd._parse_args(args)
File "/home/flo/dev/s3cmd/S3/CloudFront.py", line 644, in _parse_args
cfuris.extend(uris)
TypeError: 'S3UriCloudFront' object is not iterable

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please try reproducing the error using
the latest s3cmd code from the git master
branch found at:
https://github.com/s3tools/s3cmd
and have a look at the known issues list:
https://github.com/s3tools/s3cmd/wiki/Common-known-issues-and-their-solutions
If the error persists, please report the
above lines (removing any private
info as necessary) to:
[email protected]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

@fviard fviard self-assigned this Jun 28, 2017
@fviard fviard closed this as completed in ca4a19a Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant