Skip to content

Commit 5ce719a

Browse files
authored
remove fileList variable
Since it is not used.
1 parent 2c9e6db commit 5ce719a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/gettingData.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
client = ds3.createClientFromEnv()
1818

1919
bucketName = "books"
20-
# this example assumes that a bucket named "books" and the following objects exist on the server (these are the same objects as are on the server if they are not deleted at the end of the bulk put example)
21-
fileList = ["beowulf.txt", "sherlock_holmes.txt", "tale_of_two_cities.txt", "ulysses.txt"]
20+
# this example assumes that a bucket named "books" containing some objects exist on the server
2221

2322
bucketContents = client.get_bucket(ds3.GetBucketRequest(bucketName))
2423

0 commit comments

Comments
 (0)