MCPcopy Create free account

hub / github.com/boto/boto3 / functions

Functions499 in github.com/boto/boto3

↓ 1 callersFunctionfix_whitespace
Return a string without extra leading whitespace. For example: { "foo": 1 }
tests/unit/test_docs.py:35
↓ 1 callersMethodget_file_size
(self, filename)
tests/unit/s3/test_transfer.py:39
↓ 1 callersFunctionget_version
()
setup.py:20
↓ 1 callersMethodhandle_response_item
Handles the creation of a single response item by setting parameters and creating the appropriate resource instance. :type r
boto3/resources/response.py:260
↓ 1 callersFunctionimport_module
Import module given a name. Does not support relative imports.
boto3/utils.py:16
↓ 1 callersMethodload_data
()
tests/unit/resources/test_params.py:78
↓ 1 callersFunctionload_json
Load a string of JSON data using OrderedDict for object pairs.
tests/unit/test_docs.py:27
↓ 1 callersFunctionmd5_checksum
(filename)
tests/integration/test_s3.py:43
↓ 1 callersMethodopen
(self, filename, mode)
tests/unit/s3/test_transfer.py:45
↓ 1 callersMethodopen_file_chunk_reader
(self, filename, start_byte, size, callback)
tests/unit/s3/test_transfer.py:42
↓ 1 callersMethodpages
A generator which yields pages of resource instances after doing the appropriate service operation calls and handling any pag
boto3/resources/collection.py:114
↓ 1 callersFunctionpy_default
Get the Python default value for a given model type, useful for generated examples. >>> py_default('string') '\'string\''
boto3/docs.py:65
↓ 1 callersMethodremove_all
(self)
tests/integration/test_s3.py:55
↓ 1 callersMethodremove_file
Remove a file, noop if file does not exist.
boto3/s3/transfer.py:299
↓ 1 callersMethodrename_file
(self, current_filename, new_filename)
boto3/s3/transfer.py:308
↓ 1 callersMethodrename_file
(self, current_filename, new_filename)
tests/unit/s3/test_transfer.py:57
↓ 1 callersFunctionrender_list
Render out a ``list`` type. This renders info about the member type of the list and adds an ellipsis to indicate it can contain many item
boto3/docs.py:728
↓ 1 callersFunctionrender_map
Render out a ``structure`` type. This renders info about each member in the shape:: { 'Key': 'Value' }
boto3/docs.py:753
↓ 1 callersFunctionrender_structure
Render out a ``structure`` type. This renders info about each member in the shape:: { 'MemberName': 'Value' }
boto3/docs.py:699
↓ 1 callersMethodsetUp
(self)
tests/unit/resources/test_response.py:297
↓ 1 callersMethodsetUp
(self)
tests/unit/resources/test_collection.py:24
↓ 1 callersFunctionsetup_default_session
Set up a default session, passing through any parameters to the session constructor. There is no need to call this unless you wish to pass cu
boto3/__init__.py:26
↓ 1 callersMethodtell
(self)
boto3/s3/transfer.py:249
Method__call__
:type parent: ServiceResource :param parent: The resource instance to which this action is attached. :type params: dict
boto3/resources/response.py:143
Method__call__
:type parent: ServiceResource :param parent: The resource instance to which this action is attached. :type params: dict
boto3/resources/response.py:190
Method__call__
Perform the action's request operation after building operation parameters and build any defined resources from the response.
boto3/resources/action.py:56
Method__call__
Perform the batch action's operation on every page of results from the collection. :type parent: :py:class:`~boto3.resources
boto3/resources/action.py:102
Method__call__
Perform the wait operation after building operation parameters. :type parent: :py:class:`~boto3.resources.base.ServiceResour
boto3/resources/action.py:172
Method__enter__
(self)
boto3/s3/transfer.py:260
Method__enter__
(self)
tests/unit/s3/test_transfer.py:67
Method__eq__
(self, other)
boto3/resources/base.py:45
Method__eq__
(self, other)
boto3/resources/base.py:128
Method__exit__
(self, *args, **kwargs)
boto3/s3/transfer.py:263
Method__exit__
(self, *args, **kwargs)
tests/unit/s3/test_transfer.py:70
Method__init__
(self, last_exception, msg='Max Retries Exceeded')
boto3/exceptions.py:23
Method__init__
(self, aws_access_key_id=None, aws_secret_access_key=None, aws_session_token=None, region_nam
boto3/session.py:45
Method__init__
(self, service_name, identifiers=None, client=None, data=None)
boto3/resources/base.py:26
Method__init__
(self, *args, **kwargs)
boto3/resources/base.py:85
Method__init__
(self)
boto3/resources/factory.py:37
Method__init__
(self, search_path)
boto3/resources/response.py:140
Method__init__
(self, search_path, factory, resource_defs, service_model, resource_model, operation_name=Non
boto3/resources/response.py:181
Method__init__
(self, action_model, factory=None, resource_defs=None, service_model=None)
boto3/resources/action.py:42
Method__init__
(self, waiter_model, waiter_resource_name)
boto3/resources/action.py:168
Method__init__
(self, name)
boto3/resources/model.py:41
Method__init__
(self, definition)
boto3/resources/model.py:85
Method__init__
(self, target, source, name=None, path=None, value=None, **kwargs)
boto3/resources/model.py:116
Method__init__
(self, definition)
boto3/resources/model.py:141
Method__init__
(self, name, definition)
boto3/resources/model.py:159
Method__init__
(self, definition, resource_defs)
boto3/resources/model.py:178
Method__init__
(self, name, definition, resource_defs)
boto3/resources/model.py:251
Method__init__
(self, model, parent, handler, **kwargs)
boto3/resources/collection.py:44
Method__init__
(self, model, parent, factory, resource_defs, service_model)
boto3/resources/collection.py:309
Method__init__
Given a file object shown below: |___________________________________________________| 0 |
boto3/s3/transfer.py:160
Method__init__
(self, stream, callback=None)
boto3/s3/transfer.py:277
Method__init__
(self, client, config, osutil, executor_cls=futures.ThreadPoolExecutor)
boto3/s3/transfer.py:322
Method__init__
(self, client, config, osutil, executor_cls=futures.ThreadPoolExecutor)
boto3/s3/transfer.py:420
Method__init__
(self, multipart_threshold=8 * MB, max_concurrency=10, mult
boto3/s3/transfer.py:527
Method__init__
(self, client, config=None, osutil=None)
boto3/s3/transfer.py:572
Method__init__
(self)
tests/integration/test_s3.py:52
Method__init__
(self, filemap)
tests/unit/s3/test_transfer.py:36
Method__init__
(self, max_workers)
tests/unit/s3/test_transfer.py:64
Method__init__
(self, max_workers)
tests/unit/s3/test_transfer.py:440
Method__iter__
A generator which yields resource instances after doing the appropriate service operation calls and handling any pagination o
boto3/resources/collection.py:62
Method__iter__
(self)
boto3/s3/transfer.py:266
Method__len__
(self)
boto3/s3/transfer.py:252
Method__repr__
(self)
boto3/session.py:79
Method__repr__
(self)
boto3/resources/base.py:41
Method__repr__
(self)
boto3/resources/base.py:118
Method__repr__
(self)
boto3/resources/collection.py:52
Method__repr__
(self)
boto3/resources/collection.py:319
Method_download_file_as_future
(self, bucket, key, filename, object_size, callback)
boto3/s3/transfer.py:450
Method_download_range
(self, bucket, key, filename, part_size, num_parts, callback, part_index)
boto3/s3/transfer.py:473
Function_handler
(**kwargs)
boto3/utils.py:27
Method_init
(self, maxsize)
boto3/s3/transfer.py:398
Method_perform_io_writes
(self, filename)
boto3/s3/transfer.py:506
Function_test_collection
(service_name, collection_name, collection)
tests/integration/test_collections.py:52
Function_test_create_resource
(session, service_name)
tests/unit/test_session.py:33
Method_upload_one_part
(self, filename, bucket, key, upload_id, part_size, extra_args,
boto3/s3/transfer.py:373
Methodaction
(self)
tests/unit/resources/test_action.py:32
Methodactions
Get a list of actions for this resource. :type: list(:py:class:`Action`)
boto3/resources/model.py:450
Methodall
Get all items from the collection, optionally with a custom page size and item count limit. This method returns an iterable
boto3/resources/collection.py:181
Methodappend_file
Append contents to a file ``filename`` should be a relative path, e.g. "foo/bar/baz.txt" It will be translated into a full path in a
tests/integration/test_s3.py:85
Methodassert_after
Assert that the expected value occurs after a text marker in the actual value.
tests/unit/test_docs.py:112
Methodbatch_action
(self, *args, **kwargs)
boto3/resources/collection.py:428
Methodbatch_actions
Get a list of batch actions supported by the resource type contained in this action. This is a shortcut for accessing the sam
boto3/resources/model.py:226
Methodbatch_actions
Get a list of batch actions for this resource. :type: list(:py:class:`Action`)
boto3/resources/model.py:465
Methodcallback
(amount)
tests/unit/s3/test_transfer.py:191
Methodcallback
(amount)
tests/unit/s3/test_transfer.py:232
Functionclient
Create a low-level service client by name using the default session. See :py:meth:`boto3.session.Session.client`.
boto3/__init__.py:73
Methodcollections
Get a list of collections for this resource. :type: list(:py:class:`Collection`)
boto3/resources/model.py:592
Methodcreate_resource
(self, *args, **kwargs)
boto3/resources/factory.py:285
Methoddelete_object
(self, key)
tests/integration/test_s3.py:238
Methoddo_action
(self, *args, **kwargs)
boto3/resources/factory.py:327
Methoddo_waiter
(self, *args, **kwargs)
boto3/resources/factory.py:217
Functiondownload_file
(self, Bucket, Key, Filename, ExtraArgs=None, Callback=None, Config=None)
boto3/s3/inject.py:30
Methodemit
(self, record)
boto3/__init__.py:92
Methodentry_point
(**kwargs)
tests/unit/test_utils.py:22
Methodfilter
Get items from the collection, passing keyword arguments along as parameters to the underlying service operation, which are t
boto3/resources/collection.py:208
Methodfull_path
Translate relative path to full path in temp dir. f.full_path('foo/bar.txt') -> /tmp/asdfasd/foo/bar.txt
tests/integration/test_s3.py:100
Methodget_collection
(self)
boto3/resources/factory.py:233
← previousnext →101–200 of 499, ranked by callers