Skip to content

How do you use the s3 remote backend? #157

@blobcode

Description

@blobcode

I've tried using the s3 remote backend below

network.storage.s3 = {
      profile = "root";
      region = "us-east-1";
      bucket = "main-nixops-state";
      key = "personal.nixops";
      kms_keyid = "166c5cbe-b827-4105-bdf4-a2db9b52efb4";
    };

however when deploying on nixopsUnstable, I get

The network requires the 's3' state provider, but no plugin provides it.

I've found no documentation on how to fix this.

My question is how does one exactly install the s3 plugin? And does anyone have an example config I could reference?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions