Skip to content

Commit

Permalink
expiry increased to 5 years
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmanpreet Kaur committed Dec 17, 2024
1 parent 7d51d44 commit e5f804f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def get_container_sas(self):
user_delegation_key=self.user_delegation_key,
account_key=self.account_key,
permission="r",
expiry=datetime.utcnow() + timedelta(hours=1),
expiry=datetime.utcnow() + timedelta(days=365 * 5),
)

def get_blob_sas(self, file_name):
Expand Down

0 comments on commit e5f804f

Please sign in to comment.