Skip to content

Commit 82ab5dd

Browse files
Update client doc
1 parent f98fe60 commit 82ab5dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/nypl_py_utils/classes/s3_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ class S3Client:
1111
"""
1212
Client for fetching and setting an AWS S3 file.
1313
14-
Takes as input the name of the S3 bucket and resource to be fetched/set.
14+
Takes as input the name of the S3 bucket. If fetching/setting a cache, also
15+
takes the cached resource.
1516
"""
1617

1718
def __init__(self, bucket, resource=None):

0 commit comments

Comments
 (0)