S3 File Picker Settings

Can someone with an S3 configuration give me a test of the FilePicker settings api and tell me if a file picked on S3 gives an indication that it is on the S3 bucket?

You can open console and do this in game:
    game.settings.register("core", "chooseFoo", {
      name: "Choose Foo",
      scope: "client",
      config: true,
      type: String,
      filePicker: true
    });

Then in "Core Settings" it'll be at the bottom.

After setting it, run game.settings.get("core", "chooseFoo") and lmk what you se.
Was this page helpful?