Skip to content

Commit

Permalink
Update missing file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aemous committed Sep 23, 2024
1 parent 288d9e9 commit 00bf31b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions awscli/customizations/s3events.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,15 @@ def document_expires_string(help_command, **kwargs):
doc.push_write(popped.pop())
doc.push_write(popped.pop())
doc.push_write(popped.pop())
# TODO add note about deprecation

# ..note::
#
#
#
# This functionality is not supported for directory buckets.
#
#

doc.push_write('\n\n\n' + doc.style.spaces())
doc.push_write('.. note::')
doc.style.indent()
doc.push_write('\n\n\n' + doc.style.spaces())
doc.push_write('This member has been deprecated. Please use `ExpiresString` instead.\n')
doc.style.dedent()
doc.push_write('\n\n' + doc.style.spaces())

doc.push_write('\n\n' + doc.style.spaces())
doc.push_write('ExpiresString -> (string)\n\n')
doc.push_write('\tThe raw, unparsed value of the ``Expires`` field.')
Expand Down

0 comments on commit 00bf31b

Please sign in to comment.