We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1197084 commit e302b53Copy full SHA for e302b53
scripts/verify_etags_s3.py
@@ -16,8 +16,6 @@
16
import questionary
17
from botocore.exceptions import NoCredentialsError
18
19
-from rsxml.dotenv import parse_dotenv
20
-
21
22
def upload_file(file_path: str, bucket_name: str, object_name=None, force_multipart=False):
23
"""Upload a file to an S3 bucket
0 commit comments