This document describes the current stable version of Celery (4.4). For development docs, go here.
celery.backends.s3¶
s3 result store backend.
-
class
celery.backends.s3.S3Backend(**kwargs)[source]¶ An S3 task result store.
Raises: celery.exceptions.ImproperlyConfigured– if module boto3 is not available, if theaws_access_key_idor setting:aws_secret_access_key are not set, or it thebucketis not set.