Tibs
01/10/2023, 7:26 AMdeployment build deployment_utils/maintenance.py:maintenance -n maintenance/maintenance -sb s3-bucket/<my_s3_bucket_block_name> -a
f"Successfully uploaded {file_count} files to {deployment.location}",
if not self.storage.basepath.endswith("/")
AttributeError: 'NoneType' object has no attribute 'endswith'
I tried also providing a basepath to the S3, and get a similar error.
AttributeError: 'PosixPath' object has no attribute 'endswith'
Files are uploaded to S3, but this error is raised.
Anyone know what could be the issue?Jeff Hale
01/10/2023, 1:06 PMAndrew Huang
01/11/2023, 12:22 AM